HeaderContainsKey Method (StandardHeader) |
Determines whether the
Header contains a specific header key.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic bool ContainsKey(
StandardHeader headerKey
)
Public Function ContainsKey (
headerKey As StandardHeader
) As Boolean
Parameters
- headerKey
- Type: Independentsoft.SipStandardHeader
A StandardHeader represents header key.
Return Value
Type:
BooleanTrue if the
Header contains an element with the specified key; otherwise, false.
See Also